-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(dbt): collect columns metadata using the dagster
dbt package
#19631
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Feb 6, 2024
Merged
Current dependencies on/for this PR:
This stack of pull requests is managed by Graphite. |
cc004ca
to
66d55d1
Compare
781125b
to
45bb642
Compare
13cef37
to
54e7b7b
Compare
45bb642
to
671f288
Compare
54e7b7b
to
44a76e7
Compare
671f288
to
1c70632
Compare
44a76e7
to
1b92b6f
Compare
1c70632
to
c2034c9
Compare
1b92b6f
to
1512b9c
Compare
c2034c9
to
b273c47
Compare
1512b9c
to
805ddf2
Compare
be0ea82
to
67ad75f
Compare
sryza
reviewed
Feb 13, 2024
python_modules/libraries/dagster-dbt/dagster_dbt/core/resources_v2.py
Outdated
Show resolved
Hide resolved
805ddf2
to
46cde26
Compare
3364977
to
2147c87
Compare
46cde26
to
d3d6502
Compare
2147c87
to
5b459b0
Compare
d3d6502
to
3259148
Compare
5b459b0
to
3e29321
Compare
sryza
reviewed
Feb 13, 2024
python_modules/libraries/dagster-dbt/dagster_dbt/core/resources_v2.py
Outdated
Show resolved
Hide resolved
3259148
to
325215b
Compare
3e29321
to
d6f421b
Compare
a13f1b5
to
d33d468
Compare
d33d468
to
b782f6a
Compare
sryza
reviewed
Feb 14, 2024
python_modules/libraries/dagster-dbt/dagster_dbt/core/resources_v2.py
Outdated
Show resolved
Hide resolved
b782f6a
to
46e397f
Compare
sryza
approved these changes
Feb 14, 2024
46e397f
to
981cca5
Compare
981cca5
to
1e45ac3
Compare
dagster
dbt packagedagster
dbt package
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary & Motivation
Rework #19548 on top of #19623.
How I Tested These Changes
pytest